func github.com/jackc/pgx/v5/pgtype.tsvectorWeightToBinary

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L90: func tsvectorWeightToBinary(w TSVectorWeight) uint16 {
		tsvector.go#L177: 			packed := tsvectorWeightToBinary(pos.Weight)<<14 | uint16(pos.Position)&0x3FFF